From c49fc28cde04027930c6857f210b5923054de3c7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 24 Nov 2020 11:07:07 -0600 Subject: [PATCH] Adjust for unit test marking --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d969de8..d06fe1e 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,8 @@ commands = twine check dist/* flake8 . coverage erase - py.test --cov --cov-append tests/ + py.test -m unittest --cov=pgwui_testing tests/ + py.test -m 'not unittest' --cov=pgwui_testing tests/ # coverage run --source src/testing -m py.test # coverage report -- 2.34.1